FragmentResultOwner
A class that manages passing data between fragments.
Inheritors
Functions
Link copied to clipboard
Clears the stored result for the given requestKey.
Link copied to clipboard
Clears the stored FragmentResultListener for the given requestKey.
Link copied to clipboard
Sets the given result for the requestKey.
Link copied to clipboard
abstract fun setFragmentResultListener(@NonNull requestKey: String, @NonNull lifecycleOwner: LifecycleOwner, @NonNull listener: FragmentResultListener)
Sets the FragmentResultListener for a given requestKey.